//==============================================================================
// Heracles_anim.txt
//==============================================================================


//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
define Head
{
	set hotspot
	{
		version
		{
			Visual heroherculeshead
		}
	}
}	

//==============================================================================
define lionHead
{
	set hotspot
	{
		version
		{
			Visual lionhead
		}
	}
}

//==============================================================================
define club
{
   set hotspot
   {
      version
      {
         Visual palohercules
      }
   }
}

//==============================================================================
define shield
{
   set hotspot
   {
      version
      {
         Visual Attachments G Shield iron
      }
   }
}


//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
          Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
		ContainLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Heracles_idleA
					//Connect TopOfHead Head hotspot
					//Connect backchest lionHead hotspot
					connect righthand club hotspot
					connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Heracles_CarryIdle
					//Connect TopOfHead Head hotspot
					//Connect backchest lionHead hotspot
					connect righthand club hotspot
					connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
		ContainLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Heracles_boredA
					//Connect TopOfHead Head hotspot
					//Connect backchest lionHead hotspot
					connect righthand club hotspot
					connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Heracles_CarryBored
					//Connect TopOfHead Head hotspot
					//Connect backchest lionHead hotspot
					connect righthand club hotspot
					connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
   }
}

//==============================================================================
anim attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Hero G Heracles_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.29 true   
                  tag GenericSound 0.40 true   
//-- end auto generated section
            connect righthand club hotspot
			//Connect TopOfHead Head hotspot
			//Connect backchest lionHead hotspot
			connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Hero G Heracles_deathA
			//Connect TopOfHead Head hotspot
			//Connect backchest lionHead hotspot
            connect righthand club hotspot
                                Connect TopOfHead Blood hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
		ContainLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Heracles_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.30 true   
                  tag FootstepRight 0.80 true   
//-- end auto generated section
					connect righthand club hotspot
					//Connect TopOfHead Head hotspot
					//Connect backchest lionHead hotspot
					connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Hero G Heracles_CarryA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.30 true   
                  tag FootstepRight 0.80 true   
//-- end auto generated section
					connect righthand club hotspot
					//Connect TopOfHead Head hotspot
					//Connect backchest lionHead hotspot
					connect FRONTABDOMEN heroglow hotspot
				}
			}
		}
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Hero G Heracles_FlailA
            connect righthand club hotspot
			//Connect backchest lionHead hotspot
			//Connect TopOfHead Head hotspot
				connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}
